Deploy to GitHub Pages <<
Previous invalid path
Problem:
I suspect the issue is that the path contains a : which is illegal on Windows.
If the following error message appears:
error: invalid path 'configs/perl-modules/DIST.64/perl-HTML-Tree-1:5.03-1.el6.noarch.rpm'
solution web : error: invalid path
You can use the following command to fix it.
git config core.protectNTFS false
You can use the following command to ignoring the rules and pushing
git push -f
Summarize:
The teacher said that the problem arises from the program coding. It is because the title is in a pagination mode, and if a period ' . ' is included in the title, it triggers other functions, resulting in the error.
Deploy to GitHub Pages <<
Previous